home *** CD-ROM | disk | FTP | other *** search
/ Telstar Electronic Studios (UK) (Press Kit) / Telstar Electronic Studios (UK) (Press Kit).bin / pc / tes_ects / multi.dir / 00001.ls next >
Encoding:
Text File  |  1996-01-01  |  304 b   |  24 lines

  1. global gColorD
  2.  
  3. on pups_off
  4.   repeat with a = 1 to 48
  5.     puppetSprite(a, 0)
  6.   end repeat
  7. end
  8.  
  9. on startMovie
  10.   global mac
  11.   if the machineType <> 256 then
  12.     set mac to 1
  13.   else
  14.     set mac to 0
  15.   end if
  16. end
  17.  
  18. on disposeRearWindow
  19.   global rwObj
  20.   if objectp(rwObj) then
  21.     rwObj(mdispose)
  22.   end if
  23. end
  24.